home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / datacomm / ncomm / cpublit / history < prev   
Text File  |  1995-03-17  |  2KB  |  71 lines

  1. HISTORY
  2.  
  3.  
  4.     Version 1.00, 20 Apr 1991
  5.  
  6.         First release to the public. (No changes since V0.98.)
  7.  
  8.  
  9.     Version 0.98, 10 Apr 1991
  10.  
  11.     Added Workbench support and ReadArgs-style command line arguments.
  12.     Also added MinTaskPri option to allow CpuBlit to ignore background
  13.     tasks when deciding whether it should do a blit or not. If running
  14.     under 1.3, CpuBlit uses its own version of FindPort() instead of
  15.     Exec's version which causes Enforcer hits on an A3000. No bugs
  16.     reported since V0.97, so it looks like the blit code itself is
  17.     pretty stable now (famous last words).
  18.  
  19.  
  20.     Version 0.97, 17 Feb 1991
  21.  
  22.     Fixed bug in handling blits which had a negative Y offset.
  23.     Previously, the negative Y offset got changed into a large positive
  24.     Y offset; if this was the destination offset, random memory could
  25.     get trashed. Now works fine with Shanghai.
  26.  
  27.  
  28.     Version 0.96, 14 Feb 1991
  29.  
  30.     Fixed bug in handling of single plane bitmaps. Added check to ensure
  31.     blits with zero width don't cause surprising results. Modified
  32.     command line parsing to handle multiple arguments, since the
  33.     various parameters are no longer all mutually exclusive. Tidied up
  34.     source a little.
  35.  
  36.  
  37.     Version 0.95, 9 Feb 1991
  38.  
  39.     Now handles being run from a disk with a space in its name properly
  40.     (for example "RAM DISK:CpuBlit"). Previously, everything after the
  41.     space got treated as a command line option. Also added some checks
  42.     to ensure upwards compatibility with future Amigas.
  43.  
  44.  
  45.     Version 0.93, 7 Feb 1991
  46.  
  47.     Bug in the handling of Workbench 2.0 $00000000 and $FFFFFFFF bitplane
  48.     pointers is now fixed. Since Workbench 2.0 uses these for gadgetry
  49.     etc, this was causing quite a few problems under 2.0. Also fixed a
  50.     small nasty bug that arrived with CpuBlit 0.92.
  51.  
  52.  
  53.     Version 0.92, 6 Feb 1991
  54.  
  55.     Now correctly handles the case where the source and destination
  56.     bitmaps do not have equal numbers of bitplanes. Also fixed problem
  57.     where CpuBlit was (incorrectly) intercepting blits with minterms of
  58.     $D0, $E0 or $F0.
  59.  
  60.  
  61.     Version 0.91, 5 Feb 1991
  62.  
  63.     Added `-o' option to help track down the source of CpuBlit
  64.     incompatibilities.
  65.  
  66.  
  67.     Version 0.90, 3 Feb 1991
  68.  
  69.     Initial release. Currently thought to be bug free, but undoubtedly
  70.     this will change once users get their hands on it :-)
  71.